Release 10.1A: OpenEdge Data Management:
SQL Reference
Approximate numeric data types
Approximate numeric data types are used to define data with a wide range of values and whose precision does not have to be exact. This is the syntax for an approximate data type:
REALCorresponds to a single precision floating-point number equivalent to the C language float type.
DOUBLE PRECISIONCorresponds to a double precision floating-point number equivalent to the C language double type.
FLOAT [ ( precision ) ]Corresponds to a double precision floating-point number of the given precision, in bytes. By default,
FLOATcolumns have a precision of 8. TheREALdata type is same as aFLOAT(4),and double-precision is the same as aFLOAT(8).
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |